home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / xfree0.4.lcm / lib / X11 / xkb / symbols / fr < prev    next >
Encoding:
Text File  |  2004-03-24  |  3.8 KB  |  102 lines

  1. // $Xorg: fr,v 1.3 2000/08/17 19:54:42 cpqbld Exp $
  2.  
  3.  
  4.  
  5.  
  6. // $XFree86: xc/programs/xkbcomp/symbols/fr,v 3.6 2001/01/17 23:45:58 dawes Exp $
  7.  
  8. partial default alphanumeric_keys 
  9. xkb_symbols "basic" {
  10.  
  11.     // Describes the differences between a very simple US/ASCII
  12.     // keyboard and a very simple French keybaord
  13.  
  14.     name[Group1]= "French";
  15.     key <TLDE> {    [     twosuperior             ]    };
  16.     key <AE01> {    [       ampersand,               1    ],
  17.             [     onesuperior,      exclamdown    ]    };
  18.     key <AE02> {    [          eacute,               2    ],
  19.             [      asciitilde,       oneeighth    ]    };
  20.     key <AE03> {     [        quotedbl,               3    ], 
  21.             [      numbersign,        sterling    ]    };
  22.     key <AE04> {    [      apostrophe,               4    ],
  23.             [       braceleft,          dollar    ]    };
  24.     key <AE05> {    [       parenleft,               5    ],
  25.             [     bracketleft,    threeeighths    ]    };
  26.     key <AE06> {    [           minus,               6    ],
  27.             [             bar,     fiveeighths    ]    };
  28.     key <AE07> {     [          egrave,               7    ],
  29.             [           grave,    seveneighths    ]    };
  30.     key <AE08> {    [      underscore,               8    ],
  31.             [       backslash,       trademark    ]    };
  32.     key <AE09> {    [        ccedilla,               9    ],
  33.             [     asciicircum,       plusminus    ]    };
  34.     key <AE10> {    [          agrave,               0    ],
  35.             [              at,          degree    ]    };
  36.     key <AE11> {    [      parenright,          degree    ],
  37.             [    bracketright,    questiondown    ]    };
  38.     key <AE12> {    [           equal,            plus    ],
  39.             [      braceright,     dead_ogonek    ]    };
  40.     key <AD01> {    [               a,               A    ],
  41.             [              ae,              AE    ]    };
  42.     key <AD02> {    [               z,               Z    ],
  43.             [   guillemotleft,            less    ]    };
  44.     key <AD03> {        [               e,               E      ],
  45.                         [        EuroSign,            cent      ]    };
  46.     key <AD11> {    [ dead_circumflex,  dead_diaeresis    ]    };
  47.     key <AD12> {    [          dollar,        sterling    ],
  48.             [        currency,     dead_macron    ]    };
  49.     key <AC01> {    [               q,               Q    ],
  50.             [              at,     Greek_OMEGA    ]    };
  51.     key <AC10> {    [               m,               M    ],
  52.             [              mu,       masculine    ]    };
  53.     key <AC11> {    [          ugrave,         percent    ]    };
  54.     key <LSGT> {    [            less,         greater    ]    };
  55.     key <AB01> {    [               w,               W    ],
  56.             [         lstroke,         Lstroke    ]    };
  57.     key <AB07> {    [           comma,        question    ],
  58.             [      dead_acute, dead_doubleacute    ]    };
  59.     key <AB08> {    [       semicolon,          period    ]    };
  60.     key <AB09> {    [           colon,           slash    ]    };
  61.     key <AB10> {    [          exclam,         section    ]    };
  62.     key <BKSL> {    [        asterisk,              mu    ]    };
  63.     // End alphanumeric section
  64.  
  65.     // begin modifier mappings
  66.     modifier_map Shift  { Shift_L };
  67.     modifier_map Lock   { Caps_Lock };
  68.     modifier_map Control{ Control_L };
  69.     modifier_map Mod3    { Mode_switch };
  70. };
  71.  
  72. partial alphanumeric_keys 
  73. xkb_symbols "Sundeadkeys" {
  74.  
  75.     // Modifies the basic French layout to use the Sun dead keys
  76.  
  77.     include "fr(basic)"
  78.     key <AD11> {    [    SunFA_Circum, SunFA_Diaeresis    ]    };
  79.     key <AB07> {    [           comma,        question    ],
  80.             [     SunFA_Acute,dead_doubleacute    ]    };
  81. };
  82.  
  83. partial alphanumeric_keys 
  84. xkb_symbols "sundeadkeys" {
  85.     include "fr(Sundeadkeys)"
  86. };
  87.  
  88. partial alphanumeric_keys 
  89. xkb_symbols "nodeadkeys" {
  90.  
  91.     // Modifies the basic French layout to eliminate all dead keys
  92.  
  93.     include "fr(basic)"
  94.     key <AE12> {    [           equal,            plus    ],
  95.             [      braceright,          ogonek    ]    };
  96.     key <AD11> {    [     asciicircum,       diaeresis    ]    };
  97.     key <AD12> {    [          dollar,        sterling    ],
  98.             [        currency,          macron    ]    };
  99.     key <AB07> {    [           comma,        question    ],
  100.             [           acute,     doubleacute    ]    };
  101. };
  102.